home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __adventureland__ / __adventure_helpers__ / tarotmatic / background_45701.txt < prev    next >
Text File  |  1991-01-02  |  979b  |  49 lines

  1. -- background: 45701 from stack: in
  2. -- bmap block id: 46199
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   set the scroll of bkgnd field 1 to 0
  9.   pass closeCard
  10. end closeCard
  11.  
  12.  
  13.  
  14. -- part 1 (field)
  15. -- low flags: 01
  16. -- high flags: 2007
  17. -- rect: left=3 top=208 right=339 bottom=509
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Introduction
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=399 top=173 right=206 bottom=434
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: To Card Table
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   set the scroll of bkgnd field 1 to 0
  43.   play "Alarm" eh
  44.   visual dissolve
  45.   go card 1 of bkgnd "Card Table"
  46. end mouseUp
  47.  
  48.  
  49.